OpenAL Buffer works in the following way:
If the buffer is streamed, it won't be owned by any source, so it will have total control
over itself. That way, it can be reused by any source.
Else, the buffer will be owned by the source for decoding, updating, and pulling data.
OpenAL Buffer works in the following way: If the buffer is streamed, it won't be owned by any source, so it will have total control over itself. That way, it can be reused by any source.
Else, the buffer will be owned by the source for decoding, updating, and pulling data.